Platform Explorer / Nuxeo Platform 6.0

Operation Blob.Post (HTTP Post)

Description

Post the input file to a target HTTP URL. Returns back the input file.
Operation id Blob.Post
Category Files
Label HTTP Post
Requires
Since

Parameters

Name Description Type Required Default value
url string yes  

Signature

Inputs blob, bloblist
Outputs blob, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.PostBlob
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.Post",
  "label" : "HTTP Post",
  "category" : "Files",
  "requires" : null,
  "description" : "Post the input file to a target HTTP URL. Returns back the input file.",
  "url" : "Blob.Post",
  "signature" : [ "blob", "blob", "bloblist", "bloblist" ],
  "params" : [ {
    "name" : "url",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}